-
Notifications
You must be signed in to change notification settings - Fork 152
Update azure-ad-authentication.md #170
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Conversation
Included note for URL for US Government cloud for application insights endpoint
Learn Build status updates of commit 7cc47f0: ✅ Validation status: passed
For more details, please refer to the build report. |
@rishabjolly - Can you review the proposed changes? IMPORTANT: When the changes are ready for publication, adding a #label:"aq-pr-triaged" |
This pull request has been inactive for at least 14 days. If you are finished with your changes, don't forget to sign off. See the contributor guide for instructions. |
@rishabjolly Could you review this proposed update to your article and enter Thanks! |
Can you review this old PR and determine whether it needs to be closed or merged? @MicrosoftDocs/public-repo-pr-review-team |
This pull request has been inactive for at least 14 days. If you are finished with your changes, don't forget to sign off. See the contributor guide for instructions. |
I sent a Teams message to the content owner today. @MicrosoftDocs/public-repo-pr-review-team |
I sent an email to the content owner today. @MicrosoftDocs/public-repo-pr-review-team |
This pull request has been inactive for at least 14 days. If you are finished with your changes, don't forget to sign off. See the contributor guide for instructions. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Pull Request Overview
This PR adds documentation for the Azure US Government cloud endpoint for Application Insights authentication. It provides guidance for users operating in the US Government cloud environment by specifying the alternative endpoint URL.
- Added a note specifying the US Government cloud endpoint for Application Insights
- Clarified that users should replace the standard endpoint URL in examples when using US Government cloud
Tip: Customize your code reviews with copilot-instructions.md. Create the file or learn how to get started.
You can submit a query request by using the Azure Monitor Application Insights endpoint `https://api.applicationinsights.io`. To access the endpoint, you must authenticate through Microsoft Entra ID. | ||
You can submit a query request by using the Azure Monitor Application Insights endpoint `https://api.applicationinsights.io`. To access the endpoint, you must authenticate through Microsoft Entra ID. | ||
> [!NOTE] | ||
> If using Azure US Government cloud, the endpoint is https://api.applicationinsights.us. Replace this URL in all below examples. |
Copilot
AI
Oct 13, 2025
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The instruction 'Replace this URL in all below examples' is unclear. Consider being more specific about what URL should be replaced and with what, such as 'Replace https://api.applicationinsights.io with https://api.applicationinsights.us in all examples below.'
> If using Azure US Government cloud, the endpoint is https://api.applicationinsights.us. Replace this URL in all below examples. | |
> If using Azure US Government cloud, replace `https://api.applicationinsights.io` with `https://api.applicationinsights.us` in all examples below. |
Copilot uses AI. Check for mistakes.
Included note for URL for US Government cloud for application insights endpoint